TimeZoneAdd Method (Int64, Int32) |
Adds adjustment time with the specified adjustment time and offset.
Namespace:
Independentsoft.Sip.Sdp
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic void Add(
long adjustmentTime,
int offset
)
Public Sub Add (
adjustmentTime As Long,
offset As Integer
)
Parameters
- adjustmentTime
- Type: SystemInt64
- offset
- Type: SystemInt32
See Also